home *** CD-ROM | disk | FTP | other *** search
- object MakeDirForm: TMakeDirForm
- Left = 253
- Top = 426
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'MakeDirForm'
- ClientHeight = 169
- ClientWidth = 360
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 23
- Top = 15
- Width = 137
- Height = 16
- Caption = '���݂̃f�B���N�g���['
- end
- object Label3: TLabel
- Left = 22
- Top = 66
- Width = 169
- Height = 16
- Caption = '�쐬����f�B���N�g���[��:'
- end
- object MakeDirEdit: TEdit
- Left = 40
- Top = 85
- Width = 300
- Height = 24
- AutoSize = False
- TabOrder = 0
- OnChange = MakeDirEditChange
- end
- object CurDirLabel: TPanel
- Left = 40
- Top = 33
- Width = 300
- Height = 21
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'c:\windows\system'
- TabOrder = 1
- end
- object MakeButton: TButton
- Left = 55
- Top = 124
- Width = 123
- Height = 26
- Caption = '�쐬(&M)'
- Default = True
- TabOrder = 2
- OnClick = MakeButtonClick
- end
- object CancelButton: TButton
- Left = 183
- Top = 125
- Width = 123
- Height = 26
- Cancel = True
- Caption = '���~(&C)'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- end
-